home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / text0375.txt < prev    next >
Encoding:
Text File  |  1994-09-20  |  1.4 KB  |  36 lines

  1. G'day all,
  2.  
  3.   I am currently working on an 8-way hardware scrolling routine,
  4. and have just come across a minor snag.
  5.   Scrolling to the right is fine (as should to the left when I get
  6. that going), but scrolling down (and consequently up), is causing
  7. me difficulties.
  8.  
  9.   The problem seems to be that "block" doesn't blit to the screen
  10. fast enough.  I'm trying to blit 20 blocks across the bottom of the
  11. screen (just out of view), and across the top of the screen (again
  12. just out of view.  I'm therefore trying to blit 40 blocks at once.
  13.   When the scrolling is going, there is a very very minor jerk,
  14. (hardly noticeble, but I can see it, and I don't like it!).  This
  15. doesn't occur if I blit only 18 blocks on top and bottom (36 in
  16. total).  
  17.  
  18.   I could just reduce the width of my displayed screen by 32
  19. pixels, but would like full screen (and even overscan if possible),
  20. but "block" isn't fast enough.
  21.  
  22.   What I would like to know is this:  Is there an even faster
  23. blitting command than block??
  24.   How have other people got around this problem??
  25.  
  26. Thanks in advance,
  27. Dave
  28.  
  29. -----------------------------------------------------------
  30. Dave Cole                      | Please contact me for info 
  31. s933384@yallara.cs.rmit.oz.au  | about
  32. s933384@minyos.xx.rmit.oz.au   |        The Warhammer 
  33. David_Cole@guru.apana.org.au   |         Compendium
  34. -----------------------------------------------------------
  35.  
  36.